MoveMethod Constructor (String, String, Boolean) |
Initializes a new instance of the MoveMethod class with the specified
source and destination and overwrite option.
Namespace:
Independentsoft.Webdav.Methods
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MoveMethod(
string source,
string destination,
bool overwrite
)
Public Sub New (
source As String,
destination As String,
overwrite As Boolean
)
Parameters
- source
- Type: SystemString
The URI of the resource to move. - destination
- Type: SystemString
The URI of the destination resource. - overwrite
- Type: SystemBoolean
True to allow an existing resource to be overwritten; otherwise, false.
See Also